home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / cbzone / cbzone.z / cbzone.tar / bitmaps / cursor.bits < prev    next >
Text File  |  1990-12-21  |  281b  |  7 lines

  1. #define cursor_width 16
  2. #define cursor_height 16
  3. static char cursor_bits[] = {
  4.    0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0xfc, 0x3f, 0x8c, 0x31,
  5.    0x96, 0x69, 0xe6, 0x67, 0xa6, 0x65, 0x26, 0x64, 0xa6, 0x65, 0x26, 0x64,
  6.    0xe6, 0x67, 0x16, 0x68, 0x0c, 0x30, 0xfc, 0x3f};
  7.